home *** CD-ROM | disk | FTP | other *** search
- AmigaOs Version 45 installation:
-
- The BB2 contributes a new AmigaOs shell segment, extending the
- features of the new console driver of Os 3.9. Amongst various
- bug fixes of the V40 shell segment, quite some new features have
- been added. See the "shell" file for more information.
-
- ______________________________________________________________________________
-
- Installation:
-
- Starting with 45.1, the shell offers two different installation
- techniques:
-
- Either as "just in time" replacement during bootstrap as a
- "resident command", or as a true "resident ROM module". The first
- method doesn't require a reboot, but cannot replace the resident
- commands like "setenv". The second requires a reboot (possibly the
- reboot by SetPatch), but also replaces resident commands, hence
- enabling advanced features of these commands.
-
-
- Installation as "resident command" works as follows:
-
- - Copy L/Shell-Seg to L:
- - Add the following two lines anywhere after SetPatch to your
- Startup-Sequence:
-
- resident Shell L:Shell-Seg System Pure
- resident BootShell L:Shell-Seg System Pure
-
- This will replace the ROM shell modules by the custom modules.
-
-
- Installation as "ROM module" works as follows:
-
- - Copy L/Shell-Seg to L:
- - Copy C/LoadModule to C:
- - Add the following line *in front of* SetPatch:
-
- LoadModule L:Shell-Seg NOREBOOT
-
- (in front of = gets executed earlier)
-
- This will replace the ROM shell and all its resident commands by
- the 45.1 shell.
-
- Note that this is an interim solution. The Shell-Seg will end up
- in the ROM-Updates as soon as it is tested; turn-around times are
- faster this way.
-
- ______________________________________________________________________________
-
-